chartjs how to disable animation

125

chartjs how to disable animation -

options: {
    animation: {
        duration: 0
    }
}

Comments

Submit
0 Comments